home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / fortran / f2c_src.zip / F2C / USIGNAL.H < prev    next >
C/C++ Source or Header  |  1991-06-10  |  131b  |  8 lines

  1. #include <signal.h>
  2. #ifndef SIGHUP
  3. #define    SIGHUP    1    /* hangup */
  4. #endif
  5. #ifndef SIGQUIT
  6. #define    SIGQUIT    3    /* quit */
  7. #endif
  8.